home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5272 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: Rezonet.net!altitude!usenet
  2. From: pifus@cam.org (David Taylor)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: [Q] Is there a Model-View-Controller C++ implementation ?
  5. Date: 31 Jan 1996 18:05:47 GMT
  6. Organization: Communications Accessibles Montreal
  7. Message-ID: <4eob1r$roh@tandem.CAM.ORG>
  8. References: <4eigis$aq9@s3.iway.fr> <4el9pl$b20@usenet.srv.cis.pitt.edu>
  9. NNTP-Posting-Host: pifus.hip.cam.org
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. In article <4el9pl$b20@usenet.srv.cis.pitt.edu>, hnkst2+@pitt.edu says...
  15. >
  16. >Patrick Lefebvre <plefebvr@pratique.fr> wrote:
  17. >>Hello,
  18. >>
  19. >>I am a student working in C++ with MS-Windows.
  20. >>
  21. >>I seek for an implementation of the MVC (Model-View-Controller),
  22. >>of for references to any existing one.
  23. >>
  24. >>-> it would be better if it was free;
  25. >>-> it would be better if it was for MS-Windows;
  26. >>
  27. >
  28. >I don't know of any toolkit implementations, but the book
  29. >"Design patterns" by Gamma et. al. (known as the Gang-of-4-book)
  30. >has a Observer pattern which is basically the same idea.
  31. >
  32. >The book has source code in C++.
  33. >
  34.  
  35. I think C++/Views uses an MVC style of system based on the Smalltalk
  36. model.  It is on MS-Windows but it certainly is not free.  Last time
  37. I checked C++/Views was being published by InterSolve, although this 
  38. seems to change rather often.
  39.  
  40. Dave
  41.  
  42.